Appliance Recovery Backup LocationSpec

Appliance Recovery Backup LocationSpec
Appliance Recovery Backup LocationSpec

The Appliance Recovery Backup LocationSpec schema has fields to represent a location on the backup server.

This schema was added in vSphere API 6.7.

JSON Example
{
    "location": "string",
    "location_user": "string",
    "location_password": "string"
}
string As uri As uri
location
Required

Backup location URL.

This property was added in vSphere API 6.7.

string
location_user
Optional

Username for the given location.

This property was added in vSphere API 6.7.

If missing or null authentication will not be used.

string As password As password
location_password
Optional

Password for the given location.

This property was added in vSphere API 6.7.

If missing or null authentication will not be used.